Abstract base class for RowCollection and ColumnCollection classes.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public abstract class RowColCollection<T> : ObservableCollection<T>
where T : RowCol
Visual Basic
Public MustInherit Class RowColCollection(Of T As RowCol) _
	Inherits ObservableCollection(Of T)

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'T>)>)>
      C1.Phone.FlexGrid..::..RowColCollection<(Of <(<'T>)>)>
        C1.Phone.FlexGrid..::..ColumnCollection
        C1.Phone.FlexGrid..::..RowCollection

See Also